GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-16T10:59:23.902062+00:00",
"SubmitDate": "2026-05-16T10:59:23.902062+00:00",
"ReportPeriodStart": "2026-05-16T10:59:23.902062+00:00",
"ReportPeriodEnd": "2026-05-16T10:59:23.902062+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "03fdbe3a-ee6a-4765-9466-3f36693f6de2",
"Rows": [
{
"ItemId": "52b0308a-5ede-45c1-b906-a799c19ccd53",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "52b0308a-5ede-45c1-b906-a799c19ccd53",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "03fdbe3a-ee6a-4765-9466-3f36693f6de2",
"Rows": [
{
"ItemId": "52b0308a-5ede-45c1-b906-a799c19ccd53",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "52b0308a-5ede-45c1-b906-a799c19ccd53",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e38b7410-e615-4146-b0ca-3b09b9528792",
"36d27f5f-824c-4515-82ac-25db56241d3e"
],
"Approvers": [
"a8f8e9d8-88df-4fba-b9b6-d62aa31f9fdb",
"0b94f8f4-cf85-46f7-bce8-89a160c22221"
],
"ApprovedBy": "a44ba3b0-31cd-4a8b-b784-344bd38b65d0",
"ApprovalDate": "2026-05-16T10:59:23.902062+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1dce4677-4a5c-4dea-ae0c-8a170439c313",
"id": "e0eacefd-b5c0-49f0-9044-b59c501481b3",
"ConfigId": "0abf1064-dc4a-4a7e-866a-c45c8557f20e"
},
{
"GenerationDate": "2026-05-16T10:59:23.902062+00:00",
"SubmitDate": "2026-05-16T10:59:23.902062+00:00",
"ReportPeriodStart": "2026-05-16T10:59:23.902062+00:00",
"ReportPeriodEnd": "2026-05-16T10:59:23.902062+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "03fdbe3a-ee6a-4765-9466-3f36693f6de2",
"Rows": [
{
"ItemId": "52b0308a-5ede-45c1-b906-a799c19ccd53",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "52b0308a-5ede-45c1-b906-a799c19ccd53",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "03fdbe3a-ee6a-4765-9466-3f36693f6de2",
"Rows": [
{
"ItemId": "52b0308a-5ede-45c1-b906-a799c19ccd53",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "52b0308a-5ede-45c1-b906-a799c19ccd53",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e38b7410-e615-4146-b0ca-3b09b9528792",
"36d27f5f-824c-4515-82ac-25db56241d3e"
],
"Approvers": [
"a8f8e9d8-88df-4fba-b9b6-d62aa31f9fdb",
"0b94f8f4-cf85-46f7-bce8-89a160c22221"
],
"ApprovedBy": "a44ba3b0-31cd-4a8b-b784-344bd38b65d0",
"ApprovalDate": "2026-05-16T10:59:23.902062+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1dce4677-4a5c-4dea-ae0c-8a170439c313",
"id": "e0eacefd-b5c0-49f0-9044-b59c501481b3",
"ConfigId": "0abf1064-dc4a-4a7e-866a-c45c8557f20e"
}
]